home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / Desktop / .mailcap next >
Encoding:
Text File  |  1995-07-17  |  2.7 KB  |  58 lines

  1. #    Default ScoMail mailcap file 
  2. #
  3. #    The mailcap file controls how various MIME data types are displayed,
  4. #    recorded, etc.   You can create a personal mailcap configuration by
  5. #    copying this file to $HOME/.mailcap and modifying it as you like.
  6. #
  7. #    The format of entries is:
  8. #    type; player-command { ;  keyword=command }*
  9. #    %s expands to a filename, %t to the type, %{param} to the value
  10. #    of the specified Content-Type parameter.
  11. #    The keyword can be one of compose, edit, or print
  12. #
  13. #    This requires the use of the audioserver
  14. audio/basic;scowave -autoplay %s; edit=scowave %s; compose=scowave %s
  15. audio/x-wav;scowave -autoplay %s; edit=scowave -file wav -data AuFormatLinearUnsigned8 -rate 11025 %s; compose=scowave -file wav -data AuFormatLinearUnsigned8 -rate 11025 %s
  16. #
  17. #    use xv to handle several image formats
  18. image/*;xv %s
  19. #
  20. #    call ghostscript to display postscript
  21. application/postscript;ghostview %s
  22. #    if your printer can handle postscript, uncomment (and modify 
  23. #    as necessary) this line instead of the above
  24. #application/postscript;ghostview %s; print=lp -dbarney %s
  25. #    this is mostly to verify compose & edit functionality
  26. text/plain;scoedit -r %s; compose=scoedit %s; edit=scoedit %s
  27. #
  28. #    if mpeg_play is installed, you can play movies 
  29. video/mpeg;mpeg_play %s
  30. #
  31. #    handle .avi files. Sound requires the audioserver be installed
  32. video/x-msvideo;xanim %s
  33. #
  34. #    Microsoft Word 
  35. #    This assumes wabi and word 6.0 are installed using the defaults.
  36. #    Modify this line and the msword-compose script to match your
  37. #    installation if necessary.  If you are using a different version of word,
  38. #    create a blank document in /usr/lib/scomail/msword-empty
  39. #
  40. #application/msword;wabi -s $HOME/wabi/winword/winword %s; edit=wabi -s $HOME/wabi/winword/winword %s; compose=/usr/lib/scomail/msword-compose %s
  41. #
  42. #    Microsoft Excel
  43. #    This assumes wabi and excel 5.0 are installed using the defaults.
  44. #    Modify this line and the msexcel-compose script to match your
  45. #    installation if necessary.  If you are using a different version of excel,
  46. #    create a blank document in /usr/lib/scomail/msexcel-empty
  47. #
  48. #application/x-msexcel;wabi -s $HOME/wabi/excel/excel %s; edit=wabi -s $HOME/wabi/excel/excel %s; compose=/usr/lib/scomail/msexcel-compose %s
  49. #
  50. #    Microsoft PowerPoint 
  51. #    This assumes wabi and powerpnt 4.0 are installed using the defaults.
  52. #    Modify this line and the mspowerpnt-compose script to match your
  53. #    installation if necessary.  If you are using a different version,
  54. #    create a blank document in /usr/lib/scomail/mspowerpnt-empty
  55. #
  56. #application/x-mspowerpnt;wabi -s $HOME/wabi/powerpnt/powerpnt %s; edit=wabi -s $HOME/wabi/powerpnt/powerpnt %s; compose=/usr/lib/scomail/mspowerpnt-compose %s
  57.